CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv HoG

搜索资源列表

  1. ImageRetrieval

    1下载:
  2. 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:359361
    • 提供者:平天羽
  1. OpenCV2.2_API_Specification

    0下载:
  2. 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3465067
    • 提供者:
  1. opencv_hog_test

    0下载:
  2. 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5.   实验功能:   单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。   单击People Detect按钮,则程序会自动对该图片进
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:501760
    • 提供者:wuwei
  1. hog

    0下载:
  2. HOG+SVM 应用OPENCV来检测人体图像中是否有人-HOG+SVM application the OPENCV to detect whether someone in the human body image
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:119936
    • 提供者:熊伟
  1. de

    0下载:
  2. 基于HOG和SVM的行人检测代码,需要配置opencv-HOG and SVM-based pedestrian detection code need to configure opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:7516160
    • 提供者:yang
  1. HOG-SVM

    0下载:
  2. 基于opencv实现利用HOG+SVM进行物体分类-Classification of objects using HOG+SVM based on OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:6084088
    • 提供者:李永佳
  1. HOG

    1下载:
  2. vs2010+opencv的HOG的特征向量提取-HOG feature vector extraction
  3. 所属分类:OpenCV

    • 发布日期:2016-05-06
    • 文件大小:5567488
    • 提供者:liyuan
  1. hog

    0下载:
  2. 这是用于提取图片的hog特征的,是在VS环境下配置opencv库实现的,希望对你有用-This is the picture of the hog for extracting feature is the VS environment configuration opencv library to achieve, and I hope useful to you
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6492459
    • 提供者:李晓娟
  1. 20130803HOGSVMOPENCV

    0下载:
  2. 学习OPENCV,HOG+SVM分类检索,调用opencv函数实现。-Learn OPENCV, HOG+ SVM classification retrieval, call the opencv function implementation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-10
    • 文件大小:17573906
    • 提供者:林天
  1. test5

    0下载:
  2. 从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12-This article describes how to use the next opencv the hog algorithm has been integrated in the opencv hog this. In fact, it is easy to use, can be seen from the code behind. Re
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:760030
    • 提供者:night
  1. HOG-pedestrian-detection-OpenCV

    1下载:
  2. 利用hog特征向量进行行人检测opencv visual2010(入门)-Use hog feature vectors detect pedestrians opencv visual2010 (entry)
  3. 所属分类:Special Effects

    • 发布日期:2015-10-28
    • 文件大小:7496704
    • 提供者:luolei
  1. checkman

    0下载:
  2. opencv的hog行人检测,完整代码运行。可直接运行-opencv hog person dection
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15068271
    • 提供者:李飞
  1. cvHog

    0下载:
  2. opencv hog human body detector
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1565
    • 提供者:glare
  1. hog

    0下载:
  2. 该代码是基于opencv的行人检测代码,自己加了些注释,希望对大家有所帮助-The code is based on the opencv pedestrian detection code, added some notes, we want to help
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:31498
    • 提供者:vip3
  1. HOGCompute

    0下载:
  2. 根据2005年Dalal提出HOG特征计算原理,自己编写了HOG特征提取算法,此特征可以用于目标检测中,包括行人检测,采用编程语言为C++,采用视觉库为opencv(According to the principle of HOG feature calculation proposed by Dalal in 2005, HOG feature extraction algorithm has been compiled. This feature can be used in object
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:7741440
    • 提供者:zouwit
  1. cHog

    0下载:
  2. 在opencv上实现hog特征的提取,相关的配置不多描述,参照opencv的配置(Pedestrian detection based on OpenCV)
  3. 所属分类:Windows编程

  1. 96282002Human-Motion-Tracking

    0下载:
  2. 利用图像的HOG特征训练SVM分类器,对运动人体目标进行跟踪(Using the HOG feature of the image to train the SVM classifier, the program runs through the obtained data.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:621568
    • 提供者:浅笑qq
  1. 新建文件夹

    0下载:
  2. 在vs平台利用OpenCV提取图像hog特征值源代码(Using OpenCV to extract the hog eigenvalue source code on the VS platform)
  3. 所属分类:

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:aboutit123
  1. SVMTrain

    0下载:
  2. 基于OpenCV SVM分类器的一个行人检测程序,可以自己制作样本训练,VS2010亲测可用,随时解答问题(A pedestrain detection program based on OpenCV SVM)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-22
    • 文件大小:11198464
    • 提供者:娜娜学姐
  1. FingerTip

    0下载:
  2. 基于深度相机的手势识别,利用深度信息设置包围盒分割手,然后使用SVM分类器对训练数据集进行训练。在静态手势测试时,我们先计算测试图像的HOG特征,然后经SVM分类得到测试结果(Based on the gesture recognition of the depth camera, the depth information is used to set the bounding box to divide the hand, and then the training data set is
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:4458496
    • 提供者:程序员飞宇
« 1 23 4 »
搜珍网 www.dssz.com